home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / INFO / FTP_LIST.ZIP / FAQ next >
Text File  |  1994-02-27  |  26KB  |  541 lines

  1. Last-Modified: 17-Feb-94
  2. Version: 2.4.5
  3.  
  4.  
  5.                            Anonymous FTP
  6.                Frequently Asked Questions (FAQ) List
  7.  
  8. Suggestions for changes and comments are always welcome.
  9.  
  10. ** Updated News:
  11. Tom Czarnik has stopped maintaining this list.
  12. The last version he released was 2.4.2 of 29-Apr-93.
  13. Starting with version 2.4.3 this FAQ and the Anonymous FTP
  14. site list are maintained by Perry Rovers (Perry.Rovers@kub.nl)
  15.  
  16. Copyright 1994, Perry Rovers -- Text may be quoted in on-line documents
  17. and written publications, but please notify me so I can add a reference
  18. and make sure that you add pointers to the places where people can get
  19. the latest version.
  20.  
  21. [Start Of File]
  22. ======================================================================
  23.  
  24. I keep a directory of Internet sites accepting Anonymous FTP and mail
  25. retrieval of their files.
  26.  
  27. Topics are shown below and with their respective answers.
  28.  
  29. Format: (Q#) for a question and (A#) for the answer.
  30.  
  31.         (1)  What is and how do I use the FTP program?
  32.         (2)  What types of FTP information are available?
  33.         (3)  What is the most current version?
  34.         (4)  Retrieving the listings via email.
  35.         (5)  Using FTP without direct Internet access.
  36.         (6)  Getting help when you have problems with a site.
  37.         (7)  Getting a site listed or changes made.
  38.         (8)  What is Archie and how does it relate to the list?
  39.         (9)  Using Gopher/WWW/WAIS to access archives.
  40.  
  41. (Q1) What is and how do I use the FTP program?
  42.  
  43. (A1) For novices to the Internet, I highly recommend a good book,
  44. 'The Whole Internet User's Guide and Catalog' by Ed Krol. It is 
  45. written clearly and contains an enormous amount of information. Read 
  46. it cover to cover, and keep it close at hand. Published by O'Reilly & 
  47. Asscociates, it is available from many computer bookstores or 
  48. O'Reilly's worldwide distributors. Contact the publisher at +1 707-
  49. 829-0515 (USA), or send e-mail to nuts@ora.com for information.
  50.  
  51. Unfortunately, this book is already outdated, but it still offers
  52. an invaluable resource and manual for novices and more experienced
  53. Internet users. Other books are 'The Internet Companion',
  54. 'Internet: Getting Started' and a lot more. Look for them in your
  55. local bookstore. Almost all of the information in these books is
  56. also available on-line through various documents like the MaasInfo
  57. files, Zen and the Art of the Internet, The HitchHiker's Guide to
  58. the Internet, the on-line version of The.Internet.Companion,
  59. the Internet Resource Guide and a whole number of FAQs, RFCs and
  60. the like. The MaasInfo files appear to be the most recent of these
  61. kind of files (look for info on where to get them in the sitelisting
  62. itself).
  63.  
  64. Another source for information might be the magazine Internet World,
  65. from Meckler Corp. (meckler@jvnc.net).
  66.  
  67. I'm not affiliated with any of the publishers, authors or anyone
  68. mentioned above, but I bought some of the books and like them.
  69.  
  70. The information below was originally maintained by John Granrose (one of
  71. the old maintainer of the listings). Mike Jones added the info about the
  72. existence and location of the compression data chart maintained by 
  73. David Lemson. Tom Czarnik added some as well and I have made some
  74. changes too.
  75.  
  76.                                   By:
  77.       
  78.                             John Granrose
  79.                               Mike Jones
  80.                              Tom Czarnik
  81.                              Perry Rovers
  82.  
  83.  
  84.       This is not a definitive guide to FTP, but will give a novice a
  85.       general idea of what it is and how to do it.
  86.  
  87.  
  88.                               What is FTP?
  89.  
  90.       FTP (File Transfer Protocol) allows a person to transfer files  
  91.       between two computers, generally connected via the Internet. If 
  92.       your system has FTP and is connected to  the Internet, you can 
  93.       access very large amounts of archives available on a number of 
  94.       systems. If you are on Bitnet or a UUCP host, you should look
  95.       for servers that work through the mail. A good source of
  96.       information on archives in general, is the Usenet newsgroup
  97.       comp.archives.
  98.  
  99.  
  100.                          What is Anonymous FTP?
  101.  
  102.       Many systems throughout the Internet offer files through
  103.       anonymous FTP. This means that you can access a machine
  104.       without having to have an account on that machine. These
  105.       anonymous FTP servers contain software, documents of various
  106.       sorts, and files for configuring networks. Archives for
  107.       electronic mailing lists are often stored on and are available
  108.       through anonymous FTP. An enormous amount of information
  109.       is stored on these machines and is ready for anyone who's
  110.       seeking it.
  111.  
  112.       Note that all this is subject to change, it is a privilege
  113.       and the person responsible for the machine can shut it down
  114.       at any time without you being able to do anything about it.
  115.  
  116.  
  117.                                 Commands
  118.  
  119.       All the normal FTP commands may be used to retrieve files. Some
  120.       FTP commands are the same on different computers, but others
  121.       are not.
  122.       Usually, FTP will list the commands if you type 'help' or type a
  123.       question mark (?). Also, your computer's help command may have
  124.       information about FTP. Try 'man ftp', 'man ftpd' or 'help ftp'.
  125.  
  126.       Some useful commands available on most systems include:
  127.  
  128.         ascii   Switch to ascii mode. Ascii mode is the default mode
  129.                 and used for transferring text files
  130.         binary  Switch to binary mode. For transferring binary files
  131.                 like .ZIP files, .Z files and the like
  132.         cd      Change the directory on the remote computer
  133.         dir/ls  List the files in the current directory on the remote
  134.                 computer
  135.         get     Copy a file from the remote computer to yours
  136.         hash    Puts a '#' on the screen for every 1024 bytes transferred
  137.         help    Gives help on the use of commands within the ftp program
  138.         lcd     Change the directory on your computer (the 'l' is for local)
  139.         lpwd    Shows the present working directory (pwd) on your
  140.                 computer (the 'l' is for local)
  141.         mget    Copy multiple files from the remote computer to yours
  142.         pwd     Shows the present working directory (pwd) on the
  143.                 remote computer
  144.  
  145.  
  146.                                Procedure
  147.  
  148.       Anonymous FTP is a facility offered by many machines on the
  149.       Internet.
  150.       This permits you to log in with the user name 'anonymous' or the
  151.       user name 'ftp'. When prompted for a password, type your e-mail
  152.       address -- it's not necessary, but it's a courtesy for those
  153.       sites that like to know who is making use of their facility. Be 
  154.       courteous. Some sites require a valid e-mail address, others don't.
  155.  
  156.       You can then look around and retrieve files. (Most anonymous ftp
  157.       sites do not permit people to store files). Note that when you
  158.       retrieve files, you have to know where the files are going to
  159.       end up on your machine. This is where the 'lpwd' command comes
  160.       in handy. Also note that when you have transferred a file that
  161.       you want to use on your PC, but you run ftp from a Unix machine
  162.       (or a similar mainframe or network machine), you will have to ftp
  163.       the file from the Unix machine to your PC first (this is assuming
  164.       that you can't ftp to outside your company or campus from your PC,
  165.       otherwise you could have gotten the file directly to the PC).
  166.       This may sound silly, but sometimes people don't know where their
  167.       files are stored or a system administrator decides to give ftp
  168.       access to only a few systems.
  169.  
  170.       Typically, a directory called 'pub' is where the interesting
  171.       things are stored. Some sites will have a file with a name
  172.       like ls-lR, that contains a complete list of the files on
  173.       that site. Otherwise, you can type ls -lR and get such a listing 
  174.       -- for some sites, this can take a LONG time.
  175.  
  176.       When retrieving non-text files, you must use binary mode,
  177.       otherwise the file gets messed up. To do this, use the
  178.       'binary' command. (It's safe to set this for text files, but
  179.       the result might look a bit different from an ASCII transfer)
  180.       If the site at the other end is non-Unix, you may need to 
  181.       use some other mode -- see the documents or README files
  182.       for that site and for FTP.
  183.  
  184.       The simplest way to initiate FTP would be to give the command 
  185.       'ftp <system-name>'. The  <system-name>  is the remote
  186.       system you are connecting to, either a name like garbo.uwasa.fi, 
  187.       if you have an entry in /etc/hosts or are accessing a Domain 
  188.       Name Server or the Internet address 128.214.87.1  for Garbo. If
  189.       that last sentence doesn't seem to make sense just try: ftp
  190.       garbo.uwasa.fi or ftp 128.214.87.1 and look what happens.
  191.       After a short wait, you will be prompted for your username. If 
  192.       you do not have an account on the remote system, some systems 
  193.       allow you to use 'anonymous'. This gives you a restricted 
  194.       access path (meaning that you can only run certain commands 
  195.       like 'dir' or 'ls' and are allowed only access to certain 
  196.       directories like 'pub').
  197.  
  198.       You would then be prompted for a password. Some systems will
  199.       tell you to send your real identity as the password. What you 
  200.       type doesn't matter in most cases, but it is suggested to give
  201.       your mail address. This as a courtesy to the archive maintainers,
  202.       they would like to know who's using their system. Other systems
  203.       need a password of 'guest', or something similar. DO NOT 
  204.       TYPE A PASSWORD THAT YOU USE ON YOUR OWN SYSTEM.
  205.  
  206.       After that, you should receive the FTP prompt ( usually ftp> )
  207.       and have access. You can get a directory of files by giving a 
  208.       'dir' command or if the remote system is Unix-based,
  209.       'ls -l' will give the familiar output. On Garbo, there is a 
  210.       file available in the default anonymous ftp directory that
  211.       explains what Garbo is and where files are located. Look
  212.       for 00-index.txt files or something similar.
  213.  
  214.       Unix systems will all have the same directory structure, and
  215.       moving around is done with the 'cd' or 'cwd' command.
  216.       TOPS-20, VAX/VMS, DOS VM/CMS and other systems have a different
  217.       structure, but movement is still accomplished with the 'cd'
  218.       command.
  219.       TOPS-20 has directories of the form: DISK:<DIR1.DIR2>, VAX/VMS
  220.       has directories of the form DISK:[DIR1.DIR2] (use cd [-] instead
  221.       of cd .. and cd [.DIR1] instead of cd dir1). DOS, OS/2 and
  222.       Windows NT look like Unix but have shorter directory names. 
  223.       VM/CMS has mini-disks that can be accessed with the CD command.
  224.       A lot of systems give some information about how to use the
  225.       system when you login, look for that after you have typed
  226.       the password (some of those messages will not be shown if
  227.       you use a - as the first character in your password, some
  228.       people need this because the system won't recognize them
  229.       otherwise. If you have problems logging into a site, try
  230.       a - as the first character).
  231.  
  232.       Different systems have different organizations for their files, 
  233.       and the above example is the way most archives have it set up. 
  234.       By looking around other systems, you can learn how their files 
  235.       are arranged and move around much faster. Note, however, 
  236.       that FTP will not allow you outside the FTP 'root' directory. 
  237.       Moving about the entire system is not permitted. You will 
  238.       get 'Permission denied' messages.
  239.  
  240.       Usually, files are grouped in archive files, so you don't have
  241.       to get many small files separately. The most common archival
  242.       file formats for the Internet are tar and zip. Occasionally, 
  243.       people use shell archives (shar) instead. Tar files are basically
  244.       a bunch of files 'glued' together. Tar archives can be unpacked
  245.       by running the 'tar' command on a Unix system (tar exists also
  246.       for DOS, VMS and a whole bunch of other Operating Systems) --
  247.       you may want to first do a 'tar t' on the file to see what it
  248.       contains before unpacking it. This means typing: tar t filename.tar
  249.       and looking what the output shows.
  250.       Be careful when unpacking shell archives since they have to be 
  251.       run through the Bourne shell to unpack them. (The simplest
  252.       way is to use the unshar command).
  253.  
  254.       Files are often stored compressed, because they take up less
  255.       space that way -- for Unix, the most common compression 'scheme'
  256.       is the 'compress' program, indicated by a .Z suffix on the file
  257.       name. Also you will find Arc, Zoo, Arj, Lzh or Zip files,
  258.       which are combined archival and compression formats (there are
  259.       other archival formats as well - talk to the systems staff if
  260.       you encounter them and don't know how to deal with them).
  261.       For .zip files use zip and unzip (or pkzip/pkunzip), which are
  262.       available for all Operating Systems.
  263.  
  264.       Archival and compression utilities are very handy, but can make
  265.       it very difficult to 'get' a file and use it:
  266.       when you're on a DOS or VMS system for example you can't type:
  267.          get filename.tar.Z
  268.       You have to type:
  269.          get filename.tar.Z filename.tz
  270.       or something like that and then remember what you have to do to
  271.       unpack the file, namely first running your version of 'compress'
  272.       on it and then your version of 'tar'.
  273.       Remember this when you can't seem to transfer a file.
  274.  
  275.       These are the most common file types:
  276.  
  277.          SUFFIX      FTP     TYPE
  278.          ------      ---     -----
  279.         .arc         bin     ARChive
  280.         .arj         bin     Arj
  281.         .gif         bin     Graphics Interchange Format
  282.         .gz          bin     GNU Zip (not compatible with Zip,
  283.                              found on some sites as .z, seen
  284.                              in combination with tar as .tgz files)
  285.         .hqx         bin     HQX
  286.         .jpg         bin     JPEG (graphics format)
  287.         .lzh         bin     LHa, LHarc, Larc
  288.         .shar        ascii   SHell ARchive
  289.         .sit         bin     Stuff-It
  290.         .tar         bin     Tape ARchive
  291.         .uu          ascii   uuencode/uudecode (also .uue)
  292.         .Z           bin     compress
  293.         .zip         bin     Zip
  294.         .zoo         bin     Zoo
  295.  
  296.       To get a list of all file compression/archiving methods and the
  297.       programs to uncompress/unarchive (on the PC, Mac, Unix, VAX/VMS,
  298.       VM/CMS, Atari ST and Amiga systems), FTP to the following sites 
  299.       and retrieve the listed file:
  300.  
  301.           ftp.cso.uiuc.edu directory: /doc/pcnet/compression
  302.  
  303.       This could be helpful to people new to FTP that don't know how 
  304.       to unpack the file they have just transferred.
  305.       Also check out the Frequently Asked Questions (FAQ) Lists and 
  306.       other periodical postings in the news.answers group. Especially 
  307.       the comp.graphics, comp.compression and the different
  308.       Operating Systems FAQs (Unix, VMS etc.) can be very handy.
  309.  
  310.  
  311. (Q2) What types of FTP information are available?
  312.  
  313. (A2)    FAQ - Frequently Asked Questions List about FTP
  314.         SITELIST - Comprehensive Information, containing:
  315.  
  316.         o Site name
  317.         o Country
  318.         o Date of last modification
  319.         o GMT difference (+/-)
  320.         o Source of last update
  321.         o Administrative e-mail address
  322.         o Organization maintaining FTP site
  323.         o Email Server if available and instructions for use
  324.         o System Type
  325.         o Comments
  326.         o Types of Files
  327.  
  328.      Note that apart from my ftp-list.zip file, Timo Salmi and
  329.      Rhys Weatherley are maintaining a complementary list of
  330.      a number of MS-DOS ftp sites. They list some more information
  331.      on a subset of sites in my SITELIST file. The file is called
  332.      moder*.zip where * is a version number and it is available
  333.      from garbo.uwasa.fi in directory /pc/pd2 and oak.oakland.edu
  334.      in directory /pub/msdos/info.
  335.      Also, Christian Hettler is maintaining a list of German FTP
  336.      sites on ftp.ask.uni-karlsruhe.de, directory: /pub/info, file:
  337.      ftp.list.de and Arjan de Vet is maintaining a list of Dutch FTP
  338.      sites on ftp.win.tue.nl, directory: pub/usenet/nlnet, file: nl-ftp
  339.      (this one is in Dutch).
  340.  
  341.  
  342. (Q3) What is the most current version?
  343.  
  344. (A3) Look in the Version: line in the top of this file and compare
  345.      it to the faq file in ftp-list.zip on garbo.uwasa.fi or
  346.      oak.oakland.edu
  347.  
  348.  
  349. (Q4) Retrieving the list from alternate sources.
  350.  
  351. (A4) 1) Pick it up from anonymous FTP archives; look for 'ftp-list'
  352.         in the SITELIST file. Be warned, many sites carry John 
  353.         Granrose's (sometimes known as ODIN.FTPLIST, pre Jan-92) or
  354.         Tom Czarniks's old FTP listing (pre Apr-93) and these files
  355.         are outdated. It will take a while for this version to spread,
  356.         but the following sites always carry the latest version:
  357.  
  358.         Europe - garbo.uwasa.fi as /pc/doc-net/ftp-list.zip
  359.         USA    - rtfm.mit.edu in the /pub/usenet/news.answers/ftp-list
  360.                  directory: faq file and sitelist directory (ASCII)
  361.         USA    - oak.oakland.edu as /pub/msdos/info/ftp-list.zip
  362.         Asia   - ftp.edu.tw in /documents/networking/guides/ftp-list
  363.                  several files in several formats (.Z, .gz, .zip, ASCII)
  364.  
  365.         Admins who would like to mirror the list are welcome to mirror any
  366.         of the above sites/directories, dependent on what format they like.
  367.  
  368.      2) send an e-mail message to mail-server@rtfm.mit.edu with
  369.         no subject and in the body of the message:
  370.  
  371.           send usenet/news.answers/ftp-list/faq
  372.           send usenet/news.answers/ftp-list/sitelist/part1
  373.           send usenet/news.answers/ftp-list/sitelist/part2
  374.           send usenet/news.answers/ftp-list/sitelist/part3
  375.           send usenet/news.answers/ftp-list/sitelist/part4
  376.           send usenet/news.answers/ftp-list/sitelist/part5
  377.           send usenet/news.answers/ftp-list/sitelist/part6
  378.           send usenet/news.answers/ftp-list/sitelist/part7
  379.  
  380.      3) Send me mail: Perry.Rovers@kub.nl. State how you need it sent
  381.         and I'll get to it you ASAP. Maybe I will include a
  382.         sitelist in dBase III+ or something similar format later
  383.         if people ask for it. This version will be made available
  384.         only from ftp.edu.tw, when it's ready.
  385.  
  386.  
  387. (Q5) Using FTP without direct Internet access.
  388.  
  389. (A5) It is possible to get files from a site by using a general mail
  390. server. Many sites have their own servers. If you're on BITNET, ask
  391. your sysadmin or technical support group about PUCC (or send mail
  392. with a body of 'help' (no quotes, and nothing else) to BITFTP@PUCC,
  393. BITFTP@PLEARN or BITFTP@DEARN (known on the Internet as
  394. bitftp@pucc.princeton.edu, bitftp@plearn.edu.pl and bitftp@vm.gmd.de
  395. respectively)
  396.  
  397. Also, there's a service called TRICKLE, a concentrator of several
  398. ftp sites. Through TRICKLE you can retrieve files by e-mail or
  399. have them ftped to your own machine or SEND to you. It's also possible
  400. to subscribe to directories or files (you can for instance subscribe
  401. to the McAfee virusscanner and get it by mail everytime there's
  402. a new version). Send e-mail with '/HELP' (no quotes) in the body
  403. to trickle@hearn.nic.surfnet.nl or trickle@hearn.bitnet,
  404. for more info and a list of other trickle servers.
  405.  
  406. For non-BITNET sites, try using DEC's mail server. Send mail to
  407. ftpmail@decwrl.dec.com  with 'help' (no quotes) in the body of the 
  408. letter. You should NOT send a blank letter, commands are not optional.
  409.  
  410. Other servers that might be closer and provide the same service are:
  411. - ftpmail@cs.uow.edu.au (Australia)
  412. - ftpmail@ftp.uni-stuttgart.de (Germany)
  413. - ftpmail@grasp.insa-lyon.fr (France)
  414. - ftpmail@src.doc.ic.ac.uk (Great Britain)
  415. - ftpmail@ieunet.ie (Ireland)
  416. - ftpmail@lth.se (Sweden)
  417. - ftpmail@sunsite.unc.edu (USA)
  418. - ftpmail@ftp.uu.net (USA, message relayed to ftpmail@decwrl.dec.com)
  419.  
  420.   Requests for the ftpmail servers are of the form:
  421.  
  422.     open <site>
  423.     cd <directory>
  424.     dir                              # To obtain a directory listing
  425.     get <file>                       # To retrieve a file
  426.     quit
  427.  
  428. NOTE: Please make sure your system admin has approved the the use of
  429.       a mail server, as files can take system resources of not only
  430.       your site, but several sites up the stream. And please abide
  431.       by the guidelines that the ftpmail server administrators have
  432.       put in their help files. Most ftpmail servers default to their
  433.       own site for files, so try retrieving things from that site first.
  434.       In general, most files you need are already available there, so
  435.       it is a waste to connect to another machine.
  436.  
  437.  
  438. (Q6) Problems with a site.
  439.  
  440. (A6) Mail the problems to the admin address shown in the Sites list.
  441. If an address is not shown, attempt to use 'ftp@site_name'; replace
  442. 'site_name' with the name of the troublesome site. If it's very 
  443. urgent, try sending a note describing the problem to
  444. postmaster@site_name.
  445. If that fails, post a note to comp.archives.admin (the newsgroup for
  446. archive administrators).
  447.  
  448.  
  449. (Q7) Getting a site listed or changes made.
  450.  
  451. (A7) Send mail to Perry.Rovers@kub.nl
  452.      Include the information stated below, in the body of the
  453.      letter.
  454.  
  455.      Needed information
  456.  
  457.         o Site name
  458.         o Site's country of operations, preferably location within
  459.           country as well
  460.         o GMT difference (I don't bother with daylight savings and the like)
  461.         o Manager(s) full name & email address(es) (not made public if
  462.           you don't want it)
  463.         o Any aliases you want listed for the site (preferred are ALL
  464.           aliases that you know, because some people might refer to them.
  465.           These are just there for completeness sake and to easily spot
  466.           duplicate entries, NOT for use by anonymous ftp users)
  467.         o Administrative address used for FTP related issues by the
  468.           general public (like ftp@site_name)
  469.         o Organization operating site, department within the organization
  470.         o Is an E-mail server available and how can one use it?
  471.         o Type of system the server is running on (OS, hardware)
  472.         o Comments (restrictions and the like if any)
  473.         o General description of the types of files available, special
  474.           directories etc.
  475.  
  476.  
  477. (Q8) What is Archie and how does it relate to FTP?
  478.  
  479. (A8) Archie is a special server that keeps file listings from
  480. different FTP sites. You can Telnet to a server (login with username 
  481. 'archie') or use a client program to search for specific files.
  482.       
  483. Here are some sites; send mail to 'archie@site_name' for a help file.
  484.  
  485.     archie.au*                  139.130.4.6     Australia
  486.     archie.edvz.uni-linz.ac.at* 140.78.3.8      Austria
  487.     archie.univie.ac.at*        131.130.1.23    Austria
  488.     archie.uqam.ca*             132.208.250.10  Canada
  489.     archie.funet.fi             128.214.6.100   Finland
  490.     archie.th-darmstadt.de*     130.83.22.60    Germany
  491.     archie.ac.il*               132.65.6.15     Israel
  492.     archie.unipi.it*            131.114.21.10   Italy
  493.     archie.wide.ad.jp           133.4.3.6       Japan
  494.     archie.kr*                  128.134.1.1     Korea
  495.     archie.sogang.ac.kr*        163.239.1.11    Korea
  496.     archie.rediris.es*          130.206.1.2     Spain
  497.     archie.luth.se*             130.240.18.4    Sweden
  498.     archie.switch.ch*           130.59.1.40     Switzerland
  499.     archie.ncu.edu.tw*          140.115.19.24   Taiwan
  500.     archie.doc.ic.ac.uk*        146.169.11.3    United Kingdom
  501.     archie.unl.edu              129.93.1.14     USA (NE)
  502.     archie.internic.net*        198.48.45.10    USA (NJ)
  503.     archie.rutgers.edu*         128.6.18.15     USA (NJ)
  504.     archie.ans.net*             147.225.1.10    USA (NY)
  505.     archie.sura.net*            128.167.254.179 USA (MD)
  506.  
  507. To get a list, type: telnet archie.ans.net
  508. and login as 'archie' (no quotes) and type 'servers' (again, no quotes).
  509. Of course you can also try a server somewhat closer but this list
  510. is from archie.ans.net
  511.  
  512.  
  513. (Q9) Using Gopher/WWW/WAIS to access archives.
  514.  
  515. (A9) Some sites offer retrieval of their FTP archives through Gopher,
  516. a browser for the Internet. You can use a so-called Gopher client
  517. program to connect to a Gopher server (in this case the Gopher server
  518. of the ftp-site). Type 'gopher' on your system to see if Gopher is
  519. installed. Most of the time this will bring up a menu system from
  520. which you have several choices. Check the help pages for instructions
  521. or ask a local system administrator or helpdesk on how to use it.
  522. If Gopher does not appear to be installed, ask your local helpdesk
  523. why it isn't. Installing Gopher on your system consists of getting
  524. a client program for your Operating System and installing it.
  525. You can get client programs for Gopher for several Operating Systems
  526. from the boombox.micro.umn.edu ftp site in directory /pub/gopher
  527. and from lots of other sites around the world (check the SITELIST file
  528. for more sites).
  529. Read the Usenet newsgroup comp.infosystems.gopher for more info.
  530. If I know that a site supports Gopher, this info can be found in the
  531. Comments: line in the SITELIST file. Other means of retrieving files
  532. are through the World Wide Web (WWW or W3) or WAIS. These services
  533. are extensions to the 'bare bones' FTP approach and are rapidly
  534. become more popular. They are easy to use and if you have the
  535. resources you should consider getting a client for either Gopher, WWW
  536. or WAIS (or all) from a good ftp site. Check the relevant comp.infosystems.*
  537. group or/and the sitelist for addresses of clients and how to install them.
  538.  
  539. ======================================================================
  540. [End Of File]
  541.